home *** CD-ROM | disk | FTP | other *** search
- <Location /restricted>
- AuthName "MySQL Secured Place"
- AuthType Basic
- require valid-user
- AuthMySQLHost localhost
- AuthMySQLDB webauth
- AuthMySQLUser root
- AuthMySQLUserTable user_pwd
- AuthMySQLNameField name
- AuthMySQLPasswordField pass
- ## AuthMySQLGroupTable user_grp (here do not modify this for the simple test!)
- ## AuthMySQLGroupField group (here do not modify this for the simple test!)
- AuthMySQLPwEncryption none
- </Location>